home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / Setup.dfm < prev    next >
Encoding:
Text File  |  2003-03-28  |  15.0 KB  |  625 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 285
  3.   Top = 353
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 232
  7.   ClientWidth = 448
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object PageControl1: TPageControl
  16.     Left = 4
  17.     Top = 4
  18.     Width = 441
  19.     Height = 225
  20.     ActivePage = tRecording
  21.     TabIndex = 4
  22.     TabOrder = 0
  23.     object tSystem: TTabSheet
  24.       Caption = 'System'
  25.       object Label5: TLabel
  26.         Left = 8
  27.         Top = 144
  28.         Width = 88
  29.         Height = 13
  30.         Caption = 'Undo/Redo Count'
  31.       end
  32.       object GroupBox1: TGroupBox
  33.         Left = 8
  34.         Top = 8
  35.         Width = 417
  36.         Height = 57
  37.         Caption = 'Play/Record Buffer'
  38.         TabOrder = 0
  39.         object Label1: TLabel
  40.           Left = 8
  41.           Top = 24
  42.           Width = 78
  43.           Height = 13
  44.           Caption = 'Total Buffer Size'
  45.         end
  46.         object Label2: TLabel
  47.           Left = 158
  48.           Top = 24
  49.           Width = 44
  50.           Height = 13
  51.           Caption = 'ms, using'
  52.         end
  53.         object Label3: TLabel
  54.           Left = 270
  55.           Top = 24
  56.           Width = 77
  57.           Height = 13
  58.           Caption = 'buffers, with tick'
  59.         end
  60.         object Label4: TLabel
  61.           Left = 398
  62.           Top = 24
  63.           Width = 13
  64.           Height = 13
  65.           Caption = 'ms'
  66.         end
  67.         object spinBufSize: TCSpinEdit
  68.           Left = 96
  69.           Top = 20
  70.           Width = 57
  71.           Height = 22
  72.           Increment = 10
  73.           MaxValue = 10000
  74.           MinValue = 100
  75.           TabOrder = 0
  76.           Value = 500
  77.           OnChange = spinBufSizeChange
  78.         end
  79.         object spinBufCount: TCSpinEdit
  80.           Left = 208
  81.           Top = 20
  82.           Width = 57
  83.           Height = 22
  84.           Increment = 10
  85.           MaxValue = 100
  86.           MinValue = 1
  87.           TabOrder = 1
  88.           Value = 4
  89.           OnChange = spinBufCountChange
  90.         end
  91.         object spinBufTick: TCSpinEdit
  92.           Left = 352
  93.           Top = 20
  94.           Width = 41
  95.           Height = 22
  96.           MaxValue = 1000
  97.           MinValue = 10
  98.           TabOrder = 2
  99.           Value = 50
  100.           OnChange = spinBufTickChange
  101.         end
  102.       end
  103.       object GroupBox2: TGroupBox
  104.         Left = 8
  105.         Top = 72
  106.         Width = 417
  107.         Height = 57
  108.         Caption = 'Tempory Directory'
  109.         TabOrder = 1
  110.         object txtTempDir: TEdit
  111.           Left = 8
  112.           Top = 24
  113.           Width = 379
  114.           Height = 21
  115.           TabOrder = 0
  116.         end
  117.         object btnChangeDir: TButton
  118.           Left = 388
  119.           Top = 24
  120.           Width = 21
  121.           Height = 21
  122.           Caption = '...'
  123.           TabOrder = 1
  124.           OnClick = btnChangeDirClick
  125.         end
  126.       end
  127.       object spinUndoRedo: TCSpinEdit
  128.         Left = 145
  129.         Top = 140
  130.         Width = 57
  131.         Height = 22
  132.         MaxValue = 10000
  133.         MinValue = 1
  134.         TabOrder = 2
  135.         Value = 1000
  136.         OnChange = spinUndoRedoChange
  137.       end
  138.       object chSENAI: TCheckBox
  139.         Left = 8
  140.         Top = 168
  141.         Width = 193
  142.         Height = 17
  143.         Alignment = taLeftJustify
  144.         Caption = 'Save Extra Non-Audio Inforamtion'
  145.         TabOrder = 3
  146.         OnClick = chSENAIClick
  147.       end
  148.     end
  149.     object tScales: TTabSheet
  150.       Caption = 'Scales'
  151.       ImageIndex = 1
  152.       object GroupBox3: TGroupBox
  153.         Left = 8
  154.         Top = 8
  155.         Width = 97
  156.         Height = 177
  157.         Caption = 'Horizontal scale'
  158.         TabOrder = 0
  159.         object Label15: TLabel
  160.           Left = 8
  161.           Top = 61
  162.           Width = 54
  163.           Height = 13
  164.           Caption = 'Scale Type'
  165.         end
  166.         object chHSEnable: TCheckBox
  167.           Left = 8
  168.           Top = 16
  169.           Width = 65
  170.           Height = 17
  171.           Caption = 'Visible'
  172.           Checked = True
  173.           State = cbChecked
  174.           TabOrder = 0
  175.           OnClick = chHSEnableClick
  176.         end
  177.         object chHSGrid: TCheckBox
  178.           Left = 8
  179.           Top = 38
  180.           Width = 65
  181.           Height = 17
  182.           Caption = 'Grid'
  183.           Checked = True
  184.           State = cbChecked
  185.           TabOrder = 1
  186.           OnClick = chHSGridClick
  187.         end
  188.         object cmbHSType: TComboBox
  189.           Left = 8
  190.           Top = 76
  191.           Width = 81
  192.           Height = 21
  193.           Style = csDropDownList
  194.           ItemHeight = 13
  195.           TabOrder = 2
  196.           OnClick = cmbHSTypeClick
  197.           Items.Strings = (
  198.             'Samples'
  199.             'Millisecond')
  200.         end
  201.         object btnHSFont: TButton
  202.           Left = 8
  203.           Top = 144
  204.           Width = 81
  205.           Height = 25
  206.           Caption = 'Font'
  207.           TabOrder = 3
  208.           OnClick = btnHSFontClick
  209.         end
  210.       end
  211.       object GroupBox4: TGroupBox
  212.         Left = 112
  213.         Top = 8
  214.         Width = 97
  215.         Height = 177
  216.         Caption = 'Vrtical scale'
  217.         TabOrder = 1
  218.         object Label16: TLabel
  219.           Left = 8
  220.           Top = 61
  221.           Width = 54
  222.           Height = 13
  223.           Caption = 'Scale Type'
  224.         end
  225.         object Label17: TLabel
  226.           Left = 8
  227.           Top = 98
  228.           Width = 81
  229.           Height = 13
  230.           Caption = 'Scale Orientation'
  231.         end
  232.         object chVSEnable: TCheckBox
  233.           Left = 8
  234.           Top = 16
  235.           Width = 65
  236.           Height = 17
  237.           Caption = 'Visible'
  238.           Checked = True
  239.           State = cbChecked
  240.           TabOrder = 0
  241.           OnClick = chVSEnableClick
  242.         end
  243.         object chVSGrid: TCheckBox
  244.           Left = 8
  245.           Top = 38
  246.           Width = 65
  247.           Height = 17
  248.           Caption = 'Grid'
  249.           Checked = True
  250.           State = cbChecked
  251.           TabOrder = 1
  252.           OnClick = chVSGridClick
  253.         end
  254.         object cmbVSType: TComboBox
  255.           Left = 8
  256.           Top = 76
  257.           Width = 81
  258.           Height = 21
  259.           Style = csDropDownList
  260.           ItemHeight = 13
  261.           TabOrder = 2
  262.           OnClick = cmbVSTypeClick
  263.           Items.Strings = (
  264.             'Samples'
  265.             'Normal Value'
  266.             'dB Value')
  267.         end
  268.         object btnVSFont: TButton
  269.           Left = 8
  270.           Top = 144
  271.           Width = 81
  272.           Height = 25
  273.           Caption = 'Font'
  274.           TabOrder = 3
  275.           OnClick = btnVSFontClick
  276.         end
  277.         object cmbVSOrien: TComboBox
  278.           Left = 8
  279.           Top = 112
  280.           Width = 81
  281.           Height = 21
  282.           Style = csDropDownList
  283.           ItemHeight = 13
  284.           TabOrder = 4
  285.           OnClick = cmbVSOrienClick
  286.           Items.Strings = (
  287.             'Right'
  288.             'Left')
  289.         end
  290.       end
  291.       object rgBorder: TRadioGroup
  292.         Left = 216
  293.         Top = 8
  294.         Width = 209
  295.         Height = 97
  296.         Caption = 'Border'
  297.         Columns = 2
  298.         ItemIndex = 0
  299.         Items.Strings = (
  300.           'Type 0'
  301.           'Type 1'
  302.           'Type 2'
  303.           'Type 3'
  304.           'Type 4')
  305.         TabOrder = 2
  306.         OnClick = rgBorderClick
  307.       end
  308.       object GroupBox5: TGroupBox
  309.         Left = 216
  310.         Top = 112
  311.         Width = 209
  312.         Height = 73
  313.         Caption = 'Markers'
  314.         TabOrder = 3
  315.         object chMarkerBarEnabled: TCheckBox
  316.           Left = 16
  317.           Top = 20
  318.           Width = 89
  319.           Height = 17
  320.           Caption = 'Bar Enabled'
  321.           Checked = True
  322.           State = cbChecked
  323.           TabOrder = 0
  324.           OnClick = chMarkerBarEnabledClick
  325.         end
  326.         object chMarkerBkEnabled: TCheckBox
  327.           Left = 16
  328.           Top = 44
  329.           Width = 169
  330.           Height = 17
  331.           Caption = 'Background Enabled'
  332.           Checked = True
  333.           State = cbChecked
  334.           TabOrder = 1
  335.           OnClick = chMarkerBkEnabledClick
  336.         end
  337.       end
  338.     end
  339.     object tColors: TTabSheet
  340.       Caption = 'Colors'
  341.       ImageIndex = 2
  342.       object lstColors: TListBox
  343.         Left = 8
  344.         Top = 8
  345.         Width = 289
  346.         Height = 145
  347.         ItemHeight = 13
  348.         Items.Strings = (
  349.           'Digital Waveform'
  350.           'Analog Waveform'
  351.           'Background'
  352.           'Center Line'
  353.           'Selected  Digital Waveform'
  354.           'Selected Analog Waveform'
  355.           'Selected Background'
  356.           'Selected Center Line'
  357.           'Grid'
  358.           'Cursor'
  359.           'Play Cursor'
  360.           'Boundary'
  361.           'Scale'
  362.           'Font'
  363.           'CueMarker'
  364.           'RangeMarker'
  365.           'RangeMarkerBackground')
  366.         TabOrder = 0
  367.         OnClick = lstColorsClick
  368.       end
  369.       object btnChangeColor: TButton
  370.         Left = 8
  371.         Top = 160
  372.         Width = 289
  373.         Height = 25
  374.         Caption = 'Change Color'
  375.         TabOrder = 1
  376.         OnClick = btnChangeColorClick
  377.       end
  378.       object ColorPanel: TPanel
  379.         Left = 304
  380.         Top = 8
  381.         Width = 121
  382.         Height = 177
  383.         BevelOuter = bvLowered
  384.         TabOrder = 2
  385.       end
  386.     end
  387.     object tData: TTabSheet
  388.       Caption = 'Data'
  389.       ImageIndex = 3
  390.       object lblCrossfadeTime: TLabel
  391.         Left = 24
  392.         Top = 88
  393.         Width = 73
  394.         Height = 13
  395.         Caption = 'Crossfade Time'
  396.       end
  397.       object lblCrossfadeTimeMs: TLabel
  398.         Left = 184
  399.         Top = 88
  400.         Width = 13
  401.         Height = 13
  402.         Caption = 'ms'
  403.       end
  404.       object chSmooth: TCheckBox
  405.         Left = 24
  406.         Top = 32
  407.         Width = 353
  408.         Height = 17
  409.         Caption = 'Smooth all edit boundaries by crossfading'
  410.         TabOrder = 0
  411.         OnClick = chSmoothClick
  412.       end
  413.       object spinCrossfadeTime: TCSpinEdit
  414.         Left = 104
  415.         Top = 84
  416.         Width = 73
  417.         Height = 22
  418.         MaxValue = 100
  419.         MinValue = 5
  420.         TabOrder = 1
  421.         Value = 50
  422.         OnChange = spinCrossfadeTimeChange
  423.       end
  424.     end
  425.     object tRecording: TTabSheet
  426.       Caption = 'Recording'
  427.       ImageIndex = 4
  428.       object GroupBox6: TGroupBox
  429.         Left = 8
  430.         Top = 8
  431.         Width = 265
  432.         Height = 185
  433.         Caption = 'Accu Control'
  434.         TabOrder = 0
  435.         object gbAttack: TGroupBox
  436.           Left = 8
  437.           Top = 48
  438.           Width = 121
  439.           Height = 97
  440.           Caption = 'Attack'
  441.           TabOrder = 0
  442.           object lblAttackTime: TLabel
  443.             Left = 8
  444.             Top = 28
  445.             Width = 26
  446.             Height = 13
  447.             Caption = 'Time:'
  448.           end
  449.           object lblAttackLevel: TLabel
  450.             Left = 8
  451.             Top = 60
  452.             Width = 29
  453.             Height = 13
  454.             Caption = 'Level:'
  455.           end
  456.           object spinAttackTime: TCSpinEdit
  457.             Left = 48
  458.             Top = 24
  459.             Width = 65
  460.             Height = 22
  461.             MaxValue = 5000
  462.             MinValue = 10
  463.             TabOrder = 0
  464.             Value = 10
  465.             OnChange = spinAttackTimeChange
  466.           end
  467.           object spinAttackLevel: TCSpinEdit
  468.             Left = 48
  469.             Top = 56
  470.             Width = 65
  471.             Height = 22
  472.             MinValue = -90
  473.             TabOrder = 1
  474.             OnChange = spinAttackLevelChange
  475.           end
  476.         end
  477.         object gbRelease: TGroupBox
  478.           Left = 136
  479.           Top = 48
  480.           Width = 121
  481.           Height = 97
  482.           Caption = 'Release'
  483.           TabOrder = 1
  484.           object lblReleaseLevel: TLabel
  485.             Left = 8
  486.             Top = 60
  487.             Width = 29
  488.             Height = 13
  489.             Caption = 'Level:'
  490.           end
  491.           object lblReleaseTime: TLabel
  492.             Left = 8
  493.             Top = 28
  494.             Width = 26
  495.             Height = 13
  496.             Caption = 'Time:'
  497.           end
  498.           object spinReleaseLevel: TCSpinEdit
  499.             Left = 48
  500.             Top = 56
  501.             Width = 65
  502.             Height = 22
  503.             MinValue = -90
  504.             TabOrder = 0
  505.             OnChange = spinReleaseLevelChange
  506.           end
  507.           object spinReleaseTime: TCSpinEdit
  508.             Left = 48
  509.             Top = 24
  510.             Width = 65
  511.             Height = 22
  512.             MaxValue = 10000
  513.             MinValue = 10
  514.             TabOrder = 1
  515.             Value = 10
  516.             OnChange = spinReleaseTimeChange
  517.           end
  518.         end
  519.         object chAccuEnabled: TCheckBox
  520.           Left = 16
  521.           Top = 16
  522.           Width = 73
  523.           Height = 17
  524.           Caption = 'Enabled'
  525.           TabOrder = 2
  526.           OnClick = chAccuEnabledClick
  527.         end
  528.       end
  529.       object GroupBox9: TGroupBox
  530.         Left = 280
  531.         Top = 8
  532.         Width = 145
  533.         Height = 137
  534.         Caption = 'Auto Gain Control'
  535.         TabOrder = 1
  536.         object lblAGCLowLevel: TLabel
  537.           Left = 8
  538.           Top = 52
  539.           Width = 52
  540.           Height = 13
  541.           Caption = 'Low Level:'
  542.         end
  543.         object lblAGCHighLevel: TLabel
  544.           Left = 8
  545.           Top = 76
  546.           Width = 54
  547.           Height = 13
  548.           Caption = 'High Level:'
  549.         end
  550.         object lblAGCRate: TLabel
  551.           Left = 8
  552.           Top = 100
  553.           Width = 57
  554.           Height = 13
  555.           Caption = 'AttackTime:'
  556.         end
  557.         object spinAGCHighLevel: TCSpinEdit
  558.           Left = 72
  559.           Top = 72
  560.           Width = 65
  561.           Height = 22
  562.           TabOrder = 0
  563.           OnChange = spinAGCHighLevelChange
  564.         end
  565.         object spinAGCRate: TCSpinEdit
  566.           Left = 72
  567.           Top = 96
  568.           Width = 65
  569.           Height = 22
  570.           TabOrder = 1
  571.           OnChange = spinAGCRateChange
  572.         end
  573.         object spinAGCLowLevel: TCSpinEdit
  574.           Left = 72
  575.           Top = 48
  576.           Width = 65
  577.           Height = 22
  578.           TabOrder = 2
  579.           OnChange = spinAGCLowLevelChange
  580.         end
  581.         object chAGCEnabled: TCheckBox
  582.           Left = 16
  583.           Top = 24
  584.           Width = 73
  585.           Height = 17
  586.           Caption = 'Enabled'
  587.           TabOrder = 3
  588.           OnClick = chAGCEnabledClick
  589.         end
  590.       end
  591.       object rgVisType: TRadioGroup
  592.         Left = 280
  593.         Top = 152
  594.         Width = 145
  595.         Height = 41
  596.         Caption = 'Visualization Type'
  597.         Columns = 2
  598.         ItemIndex = 0
  599.         Items.Strings = (
  600.           'Type 1'
  601.           'Type 2')
  602.         TabOrder = 2
  603.         OnClick = rgVisTypeClick
  604.       end
  605.     end
  606.   end
  607.   object ColorDialog1: TColorDialog
  608.     Ctl3D = True
  609.     Options = [cdFullOpen]
  610.     Left = 400
  611.     Top = 184
  612.   end
  613.   object FontDialog1: TFontDialog
  614.     Font.Charset = DEFAULT_CHARSET
  615.     Font.Color = clWindowText
  616.     Font.Height = -11
  617.     Font.Name = 'MS Sans Serif'
  618.     Font.Style = []
  619.     MinFontSize = 0
  620.     MaxFontSize = 0
  621.     Left = 368
  622.     Top = 184
  623.   end
  624. end
  625.